getScript

abstract fun getScript(): String

Gets any associated script or programmatic logic for this template.

This could be a reference to a script file or inline script code (e.g., JavaScript) that controls the dynamic behavior or interactivity of the template.

Return

A String containing the script or a reference to it. May be null or empty if no script is associated with the template.